RemoteControlListEntry

abstract class RemoteControlListEntry

An entry of the remote control list returned by getRemoteControlList.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the remote control model.
Link copied to clipboard
abstract fun getName(): String
Gets the remote control name.
Link copied to clipboard
abstract fun getState(): DeviceState
Gets the remote control state.
Link copied to clipboard
abstract fun getUid(): String
Gets the remote control uid.